projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04574d4
)
*** empty log message ***
author
Kim F. Storm
<storm@cua.dk>
Wed, 21 Apr 2004 21:45:15 +0000
(21:45 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Wed, 21 Apr 2004 21:45:15 +0000
(21:45 +0000)
etc/NEWS
patch
|
blob
|
history
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index 752473f71317935a5db7a339a356e26d2ed16726..491713224ff1e452d8259d07ae4192290dcb4101 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-91,6
+91,8
@@
types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
** You can now use next-error (C-x `) and previous-error to advance to
the next/previous matching line found by M-x occur.
+** Telnet will now prompt you for a port number with C-u M-x telnet.
+
+++
** New command line option -Q.
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 2c4e79091cc8eaa33d50cc163c5198af3d2d7cc7..6dee97cdb26fa37db842a45d2e018b1c103e8e28 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2004-04-22 Kim F. Storm <storm@cua.dk>
+
+ * net/telnet.el (telnet): Add optional port arg.
+
2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
* simple.el (next-error-last-buffer, next-error-function):